Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Code Review
This is a clean, focused revert of #5637 — downgrading docusaurus-plugin-llms from ^0.4.0 back to ^0.3.1.
What looks good
- The revert is surgical: only
docs/package.jsonanddocs/yarn.lockare touched, exactly matching the original bump's footprint. - The
yarn.lockentry is properly updated to the resolved hash and integrity for0.3.1, so the lockfile is consistent.
One thing to note
The PR description doesn't explain why 0.4.0 needed reverting (build failure? breaking API change? incompatibility with the current Docusaurus version?). Adding a brief note in the body or a follow-up comment would help future readers understand whether it's safe to retry the upgrade later, and under what conditions.
The test plan checkbox (docs build succeeds on the reverted version) is still unchecked — worth confirming that before merging so there's confidence the revert actually resolves the issue.
Otherwise, LGTM.
Reverts #5637.
Summary
docusaurus-plugin-llmsfrom the prior version to^0.4.0indocs/package.jsonanddocs/yarn.lock.Test plan
docsbuild succeeds on the reverted version